userSpacePermissions

Description

Returns the permissions of the provided user in the space.

Parameters

Return Type

String []

Example

Retrieves space permissions of user "jdoe" for space with key "PS-DOCS".

string[] permissions = userSpacePermissions("PS-DOCS", "jdoe");

See also