Returns a list of user memberships in the workspace
Returns a list of user memberships in the workspace
Path Parameters
workspace stringrequired
Workspace to use
Responses
- 200
- 401
- 403
- 404
- 500
Contains a collection of user memberships for this workspace
- application/json
- Schema
- Example (from schema)
Schema
apiVersion string
items string[]
kind string
metadata
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
continue string
remainingItemCount int64
resourceVersion string
selfLink string
{
"apiVersion": "string",
"items": [
"string"
],
"kind": "string",
"metadata": {
"continue": "string",
"remainingItemCount": 0,
"resourceVersion": "string",
"selfLink": "string"
}
}
If not authenticated
If authenticated but not authorized
Workspace does not exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...