Method Parameters Path Parameters Result Response Codes Example Request Response Creates a membership between a tenant and a group. Method PUT /tenant/{id}/group-member...
Method Parameters Path Parameters Result Response Codes Example Request Response Creates a membership between a tenant and an user. Method PUT /tenant/{id}/user-members...
Method Parameters Path Parameters Result Response Codes Example Request Response Adds a member to a group. Method PUT /group/{id}/members/{userId} Parameters Path...
create create The create static method opens a file in write-only mode. If the filealready existed, the old content is destroyed. Otherwise, a new file iscreated. static L...