Liking cljdoc? Tell your friends :D

cral.api.core.people


create-personclj

(create-person ticket body)
(create-person ticket body query-params & [opts])

Create a person. If applicable, the given person's login access can also be optionally disabled. You must have admin rights to create a person.
More info here.

Create a person.
If applicable, the given person's login access can also be optionally disabled.
You must have admin rights to create a person.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/people/createPerson).
sourceraw docstring

get-personclj

(get-person ticket person-id)
(get-person ticket person-id query-params & [opts])

Gets information for the person person-id. You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.

Gets information for the person **person-id**.
You can use the `-me-` string in place of `person-id` to specify the currently authenticated user.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/people/getPerson).
sourceraw docstring

list-peopleclj

(list-people ticket)
(list-people ticket query-params & [opts])

List people. You can use the include parameter to return any additional information. The default sort order for the returned list is for people to be sorted by ascending id. You can override the default by using the order-by parameter.
More info here.

List people.
You can use the **include** parameter to return any additional information.
The default sort order for the returned list is for people to be sorted by ascending id.
You can override the default by using the **order-by** parameter.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/people/listPeople).
sourceraw docstring

update-personclj

(update-person ticket person-id body)
(update-person ticket person-id body query-params & [opts])

Update the given person's details. You can use the -me- string in place of person-id to specify the currently authenticated user. If applicable, the given person's login access can also be optionally disabled or re-enabled. You must have admin rights to update a person — unless updating your own details. If you are changing your password, as a non-admin user, then the existing password must also be supplied (using the old-password field in addition to the new password value). Admin users cannot be disabled by setting enabled to false. Non-admin users may not disable themselves.
More info here.

Update the given person's details.
You can use the `-me-` string in place of `person-id` to specify the currently authenticated user.
If applicable, the given person's login access can also be optionally disabled or re-enabled.
You must have admin rights to update a person — unless updating your own details.
If you are changing your password, as a non-admin user, then the existing password must also be supplied (using the old-password field in addition to the new password value).
Admin users cannot be disabled by setting enabled to false.
Non-admin users may not disable themselves.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/people/updatePerson).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close