!!! Overview
[{$pagename}] __MUST___ be included on all resources and are used to provide a reference identifier for the [SCIM Resource] as well as information about the [SCIM Resource]

[{$pagename}] is defined for each [SCIM Resource] ([SCIM Users], [SCIM Groups], etc.).  

With the exception of the "ServiceProviderConfig" and "ResourceType" [server discovery endpoints|SCIM Discovery Mechanisms] and their associated resources, these attributes [MUST] be defined for all [SCIM Resources], including any extended [SCIM Resource] types.  

When accepted by a [SCIM Service Provider] (e.g., after a [SCIM Create Request]), the attributes "id" and "meta"  (and its associated sub-attributes) __[MUST]__ be assigned values by the  [SCIM Service Provider].  

[{$pagename}] are considered to be part of every base resource schema and do not use their own "schemas" [URI].

For backward compatibility, some existing [SCIM] schema definitions __[MAY]__ list common attributes as part of the [SCIM Schema].  The attribute characteristics (see [RFC 7643] Section 2.2) listed here SHALL take precedence over older definitions that may be included in existing schemas.

%%zebra-table
%%sortable
%%table-filter
||Attribute||Availability||Parent Attribute|Attribute Data Type||Description
|[id|SCIM id]|[REQUIRED]|(top)|String|Unique identifier for the resource as defined by the Service Provider 
|[externalId|SCIM externalId]|[REQUIRED]|(top)|String|Identifier for the resource as defined by the SCIM Consumer (i.e. a local identifier or customerId in an application)
|[meta|SCIM meta]|[REQUIRED]|(top)|Complex Attribute|The resources metadata, the "meta" complex attribute may consist of the following attributes:
|[created|SCIM meta.created]| |[meta|SCIM meta]|DateTime|When the resource was created
|[lastModified|SCIM meta.lastModified]| |[meta|SCIM meta]|DateTime|When the resource was last modified (if the resource has not been modified since creation, this value will be the same as the created attribute)
|[location|SCIM meta.location]| |[meta|SCIM meta]|String|The direct URI of the resource. You can use this URI to directly manage a resource rather than searching for it and then modifying.
|[version|SCIM meta.version]| |[meta|SCIM meta]|String|(if supported). The version of the resource being returned.
|attributes| |[meta|SCIM meta]|String (multi-valued)|(if supported). Contains the list of attributes to remove during a [SCIM Update Request].
/%
/%
/%

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]