Returns groups in the organization using cursor-based pagination.
path params
organizationIdstring
required
query params
cursorstring
limitinteger
Responses
response body
object
groups
Array
id
String
name
String
status
String
organizationId
String
createdAt
String
updatedAt
String
createdById
String
updatedById
String
isMember
Boolean
nextCursor
String
count
Integer
hasMore
Boolean
response body
object
code
Integer
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message
String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.