Get group lock status

Prev Next
Get
/group/getLockStatus

Returns the current lock status of a group.

Query parameters
groupId
integer (int64) Required

ID of the group

Responses
200

The current lock status.

object
groupId
integer (int64)
locked
boolean
Defaultfalse
lockType
string
lockedBy
string
lockReason
string
since
integer (int64)
lastAccessed
integer (int64)
400

groupId is invalid.

404

The group does not exist or is not visible to the caller.