Download the PHP package adesso-mobile/php-crowd-client without Composer
On this page you can find all versions of the php package adesso-mobile/php-crowd-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adesso-mobile/php-crowd-client
More information about adesso-mobile/php-crowd-client
Files in adesso-mobile/php-crowd-client
Download adesso-mobile/php-crowd-client
More information about adesso-mobile/php-crowd-client
Files in adesso-mobile/php-crowd-client
Vendor adesso-mobile
Package php-crowd-client
Short Description This is the crowd usermanagement rest resources endpoint documentation
License unlicense
Homepage https://openapi-generator.tech
Package php-crowd-client
Short Description This is the crowd usermanagement rest resources endpoint documentation
License unlicense
Homepage https://openapi-generator.tech
Please rate this library. Is it a good library?
Informations about the package php-crowd-client
php-crowd-client
This is the crowd usermanagement rest resources endpoint documentation
This PHP package is automatically generated by the OpenAPI Generator project:
- API version: 3.5.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to http://localhost/crowd/rest/usermanagement/1
Class | Method | HTTP request | Description |
---|---|---|---|
CrowdApi | addUserAsDirectGroupMember | POST /group/user/direct | Adds user as direct member of group |
CrowdApi | authentication | POST /authentication | Authenticates a user. Does not generate an SSO token. For SSO please take a look at the SSO token resource. |
CrowdApi | createGroup | POST /group | Adds a new group. |
CrowdApi | createUser | POST /user | Creates a new user |
CrowdApi | deleteGroup | DELETE /group | Deletes a group |
CrowdApi | deleteUser | DELETE /user | Removes a user. |
CrowdApi | getGroup | GET /group | Retrieves a group |
CrowdApi | getNestedGroupsOfUser | GET /user/group/nested | Retrieves the groups that the user is a nested member of |
CrowdApi | getNestedUsersOfGroup | GET /group/user/nested | Retrieves the users that are nested members of the specified group |
CrowdApi | getUser | GET /user | Retrieves the user details. Either username or key query parameter must be present. |
CrowdApi | removeDirectGroupMembership | DELETE /group/user/direct | Removes the user membership. |
CrowdApi | renameUser | POST /user/rename | Renames a user |
CrowdApi | search | GET /search | searches for a specific entity-type |
CrowdApi | setUsersAttributes | POST /user/attribute | Stores the user attributes. Attribute values will not be overwritten if not specified in attributes. |
CrowdApi | updateGroup | PUT /group | Updates an existing group |
CrowdApi | updateUser | PUT /user | Updates a user |
Documentation For Models
- CwdAttributes
- CwdAttributesAttributes
- CwdGroup
- CwdGroupList
- CwdLink
- CwdPassword
- CwdSearchResponse
- CwdUser
- CwdUserList
- CwdUserRename
Documentation For Authorization
crowdAuth
- Type: HTTP basic authentication
Author
All versions of php-crowd-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
The package adesso-mobile/php-crowd-client contains the following files
Loading the files please wait ....