addNamespaceToUser
Associate a user and a namespace. A user can be associated to a limited number of namespaces.
addNamespaceToUser(
namespaceId: ID!
userId: ID!
): ModifyUserResponse!
Arguments
addNamespaceToUser.namespaceId ● ID! non-null scalar
Identifier of the namespace.
addNamespaceToUser.userId ● ID! non-null scalar
Identifier of the user.
Type
ModifyUserResponse object
Response for mutations that modify a user.