v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1430120109.8 KB

Updates the details of an <code>AppInstanceUserEndpoint</code>. You can update the name and <code>AllowMessage</code> values.

put/app-instance-users/{appInstanceUserArn}/endpoints/{endpointId}

Path parameters

appInstanceUserArnstring required

The ARN of the <code>AppInstanceUser</code>.

endpointIdstring required

The unique identifier of the <code>AppInstanceUserEndpoint</code>.

Request body

Namestring password

The name of the <code>AppInstanceUserEndpoint</code>.

AllowMessages'ALL' | 'NONE'

Boolean that controls whether the <code>AppInstanceUserEndpoint</code> is opted in to receive messages. <code>ALL</code> indicates the endpoint will receive all messages. <code>NONE</code> indicates the endpoint will receive no messages.

Response

Success

AppInstanceUserArnstring

The ARN of the <code>AppInstanceUser</code>.

EndpointIdstring

The unique identifier of the <code>AppInstanceUserEndpoint</code>.